FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / ScriptValue<T> Class / IsExpression Property

In This Topic
    IsExpression Property (ScriptValue<T>)
    In This Topic
    Gets or sets a value indicating whether the current ScriptValue<T> is specified as an expression.
    Syntax
    'Declaration
     
    Public Property IsExpression As Boolean
    public bool IsExpression {get; set;}
    See Also